Definition at line 37 of file IToolTip.hpp.
| Exponent::GUI::Windowing::IToolTip::IToolTip | ( | ) | [inline] |
Construction
Definition at line 49 of file IToolTip.hpp.
| virtual Exponent::GUI::Windowing::IToolTip::~IToolTip | ( | ) | [inline, virtual] |
Destruction
Definition at line 54 of file IToolTip.hpp.
| virtual void Exponent::GUI::Windowing::IToolTip::hideToolTip | ( | ) | [pure virtual] |
Hide the tool tip
| virtual void Exponent::GUI::Windowing::IToolTip::moveTo | ( | const CPoint & | where | ) | [pure virtual] |
Move the tool tip to a specific location
| where | The position to move to |
| virtual void Exponent::GUI::Windowing::IToolTip::setToolTipText | ( | const CString & | string | ) | [pure virtual] |
Set the text to be displayed
| string | The string to display |
| virtual void Exponent::GUI::Windowing::IToolTip::showToolTip | ( | const CPoint & | where | ) | [pure virtual] |
Show the tool tip at a specific location
| where | Where to position the tooltip |
| virtual bool Exponent::GUI::Windowing::IToolTip::toolTipIsVisible | ( | ) | const [pure virtual] |
Is the tool tip visible?
| bool | TRue if the user can see the tool tip, false otherwise |